home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / TeXsource / commontex / h / mlisthlist < prev    next >
Encoding:
Text File  |  1988-04-08  |  741 b   |  40 lines

  1. /*
  2.  *    Copyright 1986, 1987 Pat Joseph Monardo. All rights reserved.
  3.  *    Copying of this file is granted according to the provisions 
  4.  *    specified in the file COPYING which must accompany this file.
  5.  */
  6.  
  7.  
  8. /*
  9.  *        mlist-hl.h
  10.  */
  11.  
  12. global    qword    cur_c;
  13. global    fnt        cur_f;
  14. global    fourq    cur_i;
  15. global    ptr        cur_mlist;
  16. global    scal    cur_mu;
  17. global    int        cur_size;
  18. global    int        cur_style;
  19. global    bool    mlist_penalties;
  20.  
  21. ptr        clean_box();
  22. int        fetch();
  23.  
  24. #define    new_hlist(N)            mem[nucleus(N)].i
  25.  
  26. int        mlist_to_hlist();
  27.  
  28. int        make_over();
  29. int        make_under();
  30. int        make_vcenter();
  31. int        make_radical();
  32. int        make_math_accent();
  33. int        make_fraction();
  34. scal    make_op();
  35. int        make_ord();
  36. int        make_scripts();
  37. int        make_left_right();
  38.  
  39. global    int    magic_offset;
  40.